Skip to content

add-kimi-audio-snippet #1429

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 20, 2025
Merged

add-kimi-audio-snippet #1429

merged 6 commits into from
May 20, 2025

Conversation

Deep-unlearning
Copy link
Contributor

@Deep-unlearning Deep-unlearning commented May 6, 2025

Copy link
Contributor

@Wauplin Wauplin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean PRs as I like them 😄

Can be merged "as-is" if code snippet is correct (it looks correct but don't know the lib). @Vaibhavs10 can I let you merge it once you had a look at it ?

(https://huggingface.co/models?other=kimi-audio is populated ✔️)

Copy link
Member

@Vaibhavs10 Vaibhavs10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@@ -561,6 +561,37 @@ export const keras_hub = (model: ModelData): string[] => {
return snippets;
};

export const kimi_audio = (model: ModelData): string[] => [
`# Example usage for KimiAudio
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a line here to install the library

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pip install ...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no library for Kimi Audio yet, should I include the install requirements ? e.g

# git clone https://github.com/MoonshotAI/Kimi-Audio
# cd Kimi-Audio
# git submodule update --init --recursive
# pip install -r requirements.txt

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I opened a PR on their repo to make it installable via pip: MoonshotAI/Kimi-Audio#86

@Deep-unlearning Deep-unlearning force-pushed the add-kimi-audio-snippet branch 2 times, most recently from 4e22aa3 to db4cb47 Compare May 13, 2025 07:20
Copy link
Member

@Vaibhavs10 Vaibhavs10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good to merge

@Wauplin Wauplin merged commit 281287b into main May 20, 2025
4 of 5 checks passed
@Wauplin Wauplin deleted the add-kimi-audio-snippet branch May 20, 2025 15:52
@Wauplin
Copy link
Contributor

Wauplin commented May 20, 2025

(merged it and made a release. Should be up on the Hub within a few days)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants